1
//--------------------------------------------------------------------------
3 // Copyright (c) Microsoft Corporation. All rights reserved.
5 // File: ParallelAlgorithms_Common.cs
7 //--------------------------------------------------------------------------
9 using System
.Threading
.Tasks
;
11 namespace System
.Threading
.Algorithms
14 /// Provides parallelized algorithms for common operations.
16 public static partial class ParallelAlgorithms
18 // Default, shared instance of the ParallelOptions class. This should not be modified.
19 private static ParallelOptions s_defaultParallelOptions
= new ParallelOptions();